home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-04-01 | 1.3 KB | 58 lines |
- #
- # Generated by the NeXT Project Builder.
- #
- # NOTE: Do NOT change this file -- Project Builder maintains it.
- #
- # Put all of your customizations in files called Makefile.preamble
- # and Makefile.postamble (both optional), and Makefile will include them.
- #
-
- NAME = Chess
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = ChessApp.tiff
- DOCICONS = ChessDoc.tiff
-
- LOCAL_RESOURCES = Chess.nib
-
- GLOBAL_RESOURCES = 3d_black_sample.tiff 3d_board.tiff 3d_pieces.tiff\
- 3d_plastic.tiff 3d_white_sample.tiff
-
- CLASSES = Board.m Board3D.m Chess.m Clock.m ResponseMeter.m Square.m\
- Square3D.m
-
- HFILES = chess_strings.h gnuchess.h gnuglue.h gnu_externs.h version.h\
- Board.h Board3D.h Chess.h Clock.h ResponseMeter.h Square.h\
- Square3D.h
-
- MFILES = Chess_main.m gnuglue.m
-
- CFILES = chess_strings.c Draw.c gnuchess.c
-
- OTHERSRCS = COPYING gnuchess.book
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- MAKEFILE = app.make
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app ChessApp.tiff \
- -sectcreate __ICON ChessDoc ChessDoc.tiff
-
- LIBS = -lMedia_s -lNeXT_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/$(MAKEFILE)
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-